App Configuration
Manages summary card configuration
Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-application-configuration></tcla-live-apps-application-configuration>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| appId | string | The LA Application Id |
| appTypeLabel | string | The label shown above the case type in the configuration widget |
| folderId | string | The organisation folder to store/retrieve documents |
| sandboxId | number | sandboxId - this comes from claims resolver |
| uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| configChanged | EventEmitter |
||
| Event | configChanged | Configuration values changed | |
| Payload | CaseCardConfig | CaseCardConfig object when configuration is changed (so called can do a save with data) |
full development Documentation